home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: netcom.com!scheller
- From: scheller@netcom.com (Mark J. Scheller)
- Subject: F-keys/cursor keys w/curses?
- Message-ID: <schellerDnHwLr.FJ9@netcom.com>
- Summary: input function keys/cursor keys
- Keywords: function, cursor, curses, input
- Organization: Organize This!, Inc.
- X-Newsreader: TIN [version 1.2 PL2]
- Date: Wed, 28 Feb 1996 17:01:03 GMT
- Sender: scheller@netcom7.netcom.com
-
- I'm making an attempt at coding some simple text screens using curses. One
- thing I would like to do is take action based on the user pressing a cursor
- key or a function key.
-
- I'm using getch() to grab the keypresses -- the problem is that the cursor
- keys and the function keys return multiple key sequences for a keypress.
- Is there something better to use?
-
- This is on an HP, hpux 9.03.
-
- tia,
-
- --
- mS (scheller@netcom.com)
-